home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / uniterm.zoo / example3.mac < prev    next >
Text File  |  1990-04-06  |  1KB  |  29 lines

  1. #####################################
  2. # Test Macro for UniTerm V2.0d 002  #
  3. # Copyright 1988 Simon Poole        #
  4. #                                   #
  5. #####################################
  6. #
  7. # Sample startup macro
  8. #
  9. ####################################################################
  10. # Reassigns two popup fields and a few keys.
  11. # Can be used as a normal macro (start with %macro('example3.mac'))
  12. # or used as the auto-startup-macro
  13. # or can be assigned to startup UniTerm via the desktop
  14. #
  15. ####################################################################
  16. # set the second last popup entry to view buffer with EOL display
  17. popup(19,63,'ViewEOL')
  18. # set <Alt><ESC> to the same (awlful stupid thing to do :-))
  19. reassign(01,63)
  20. # set the last popup entry to view buffer without EOL
  21. popup(20,23,'View')
  22. #
  23. # <Help> -> ScrollLock (ugh, but some people like this)
  24. reassign(-11,10)
  25. # <Shift><Help> -> Help (so that we can still get help)
  26. reassign(-12,60)
  27. #####################################
  28.  
  29.